net/http.persistConn.t (field)
16 uses
net/http (current package)
transport.go#L1716: cfg := cloneTLSConfig(pconn.t.TLSClientConfig)
transport.go#L1727: if d := pconn.t.TLSHandshakeTimeout; d != 0 {
transport.go#L1771: t: t,
transport.go#L1964: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt, isClientConn: true}, nil
transport.go#L1977: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
transport.go#L1987: return &persistConn{t: t, cacheKey: pconn.cacheKey, alt: alt}, nil
transport.go#L2121: t *Transport
transport.go#L2164: return pc.t.maxHeaderResponseSize()
transport.go#L2217: t := pc.t
transport.go#L2295: pc.t.removeIdleConn(pc)
transport.go#L2303: if err := pc.t.tryPutIdleConn(pc); err != nil {
transport.go#L2586: timer := time.NewTimer(pc.t.ExpectContinueTimeout)
transport.go#L2841: if !pc.t.DisableCompression &&
transport.go#L2866: if pc.t.DisableKeepAlives &&
transport.go#L2920: if d := pc.t.ResponseHeaderTimeout; d > 0 {
transport.go#L2998: pc.t.decConnsPerHost(pc.cacheKey)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |